[IA64] gcc-4.0 build fix
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Sun, 19 Feb 2006 04:25:31 +0000 (21:25 -0700)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Sun, 19 Feb 2006 04:25:31 +0000 (21:25 -0700)
do_lock_page() and do_set_shared_page() are declared static in
vmx_hypercall.c.  Removed so we can build with gcc-4.0.  From
Stephane Eranian.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/include/asm-ia64/hypercall.h

index a557536aab73b2c1d0152f7bf89f5f41f7d3d64c..d9f3ea11ba6515773a8cd9b7ccec22f129d86eff 100644 (file)
@@ -16,15 +16,4 @@ vmx_do_mmu_update(
     u64 *pdone,
     u64 foreigndom);
 
-extern int
-do_lock_page(
-    VCPU *vcpu,
-    u64 va,
-    u64 lock);
-
-extern int
-do_set_shared_page(
-    VCPU *vcpu,
-    u64 gpa);
-
 #endif /* __ASM_IA64_HYPERCALL_H__ */